string[] a = { "a", "b" }; string[] b = { "a", "b" }; return (a.Length == b.Length && a.Intersect(b).Count() == a.Length);